home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / sviluppo / python-1.4 / lib / test / test_builtin.py < prev    next >
Text File  |  1996-11-24  |  207b  |  14 lines

  1. # Python test set -- part 4, built-in functions
  2.  
  3. from test_support import *
  4.  
  5. print '4. Built-in functions'
  6.  
  7. print 'test_b1'
  8. unload('test_b1')
  9. import test_b1
  10.  
  11. print 'test_b2'
  12. unload('test_b2')
  13. import test_b2
  14.